ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / FinancialChart<T> Class / Legend Property

In This Topic
    Legend Property (FinancialChart<T>)
    In This Topic
    Gets the chart legend.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Legend As ChartLegend
    public virtual ChartLegend Legend {get;}
    See Also